home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB Reference / Visual MSB Reference.rsrc / PICT_6.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  68KB  |  816x1056  |  16-bit (495 colors)
Labels: book | chat room | hakham | monitor | poster | reckoner | road | sky | stairs | waterfall | web site
OCR: This command is used inconjunction with the Loop Statement to repeat block of statements until the logical expression is true Example: Do Until A 25 This should loop times Loop Loop This command designates the end of a Do While or Do Until loop See the DO WHILE and DO UNTIL commands for examples. Select expression This commana allows branching to different locations depending on the value of the expression. expression This can be any valid numeric or string expression Example: Select Case The following line will NOT execute if A= 3 Case The following line will execute if A=3 Default The following line will NOT execute ifA=3 312 EndCase Case value The Select command will jump to the program statements following Case statement the expression value in the Select statement match the value in t ...